Uses of Class
negotiator.boaframework.OpponentModel

Packages that use OpponentModel
negotiator.boaframework   
 

Uses of OpponentModel in negotiator.boaframework
 

Methods in negotiator.boaframework with parameters of type OpponentModel
 void OMStrategy.init(NegotiationSession negotiationSession, OpponentModel model)
          Initialize method which my be used when the opponent model strategy has no parameters, or when the default values for these parameters should be used.
 void OMStrategy.init(NegotiationSession negotiationSession, OpponentModel model, java.util.HashMap<java.lang.String,java.lang.Double> parameters)
          Initialize method to be used by the BOA framework.
 void OfferingStrategy.init(NegotiationSession negotiationSession, OpponentModel opponentModel, OMStrategy omStrategy, java.util.HashMap<java.lang.String,java.lang.Double> parameters)
          Initializes the offering strategy.